Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / December 2005

Tip: Looking for answers? Try searching our database.

Session Expired be4 timeout Plz Help me urgently

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
net4matrimonials@gmail.com - 07 Dec 2005 05:36 GMT
I m using session veriables of asp.net on two websites
www.net4professionals.com(job site) and www.net4matrimonials.com
(bride/groom service)

when i create a session on page A i use codeing
session.timeout=180
session("name")="xyz"
response.redirect("myaccountpage.aspx")

on page B to access session variable i use
sub onpage_load
      label1.text=session("name")
end sub

but on myaccountpage.aspx the session expired within 10-20 minutes
inspite of 180 minutes

plz help me urgently on net4professionals at yahoo dot com
Abel Eduardo Pereira - 08 Dec 2005 00:32 GMT
Greetings,

ASP .NET session state is maintained by using a client-side cookie that
stores a session ID (which allows ASP.NET to identify the session across
HTTP requests/responses) or by placing the session ID in the URL.

Check if one these conditions are satisfied. Additionally consider putting
the session timeout value on the web.config file.

Signature

Best regards,

Abel Eduardo Pereira

>I m using session veriables of asp.net on two websites
> www.net4professionals.com(job site) and www.net4matrimonials.com
[quoted text clipped - 14 lines]
>
> plz help me urgently on net4professionals at yahoo dot com

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.