Answered by:
Session gets expired in between .aspx page

Question
-
Hi,
I have a website where I use Sessions to transfer data between pages but the Session values get lost when redirecting from some pages.
In my local machine it works fine but not in the Server machine.
I am using Response.Redirect("somePage.aspx?someValue=true")
Please advice.
VJ- Moved by Martin Xie - MSFT Tuesday, November 24, 2009 10:31 AM Redirect to ASP.NET forums for better responses. (From:Visual Basic General)
Thursday, November 19, 2009 9:16 AM
Answers
-
Be aware that sessions are standard depended from Cookies, beside that can a session timeout.
However session setting (timing) is not real a developer job but more for the system administrator.
http://forums.iis.net/default.aspx?GroupID=40
Keywords for you cookie less sessions
Success
Cor- Marked as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2012 5:51 AM
Thursday, November 19, 2009 9:25 AM -
You would probably have better answers at the asp site http://forums.asp.net
coding for fun Be a good forum member mark posts that contain the answers to your questions or those that are helpful
Please format the code in your posts with thebutton . Makes it easier to read .
- Proposed as answer by John Anthony Oliver Thursday, November 19, 2009 5:38 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2012 5:51 AM
Thursday, November 19, 2009 9:22 AM
All replies
-
You would probably have better answers at the asp site http://forums.asp.net
coding for fun Be a good forum member mark posts that contain the answers to your questions or those that are helpful
Please format the code in your posts with thebutton . Makes it easier to read .
- Proposed as answer by John Anthony Oliver Thursday, November 19, 2009 5:38 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2012 5:51 AM
Thursday, November 19, 2009 9:22 AM -
Be aware that sessions are standard depended from Cookies, beside that can a session timeout.
However session setting (timing) is not real a developer job but more for the system administrator.
http://forums.iis.net/default.aspx?GroupID=40
Keywords for you cookie less sessions
Success
Cor- Marked as answer by Ed Price - MSFTMicrosoft employee Tuesday, March 27, 2012 5:51 AM
Thursday, November 19, 2009 9:25 AM