Ask a Question related to ASP.NET General, Design and Development.
-
Lenny #1
Session Expired error
I have application that uses session variables to preserve
data between calls
Session expiration time is set to 20 min. Sometimes my
users getting error 'Session Expired' even right after
they log in to application!
Any ideas how to get around this issue?
Lenny Guest
-
timeout expired error
I am using visual web developer and the odbc driver to connect to a mysql database. It seems like every four or five connections to the database... -
Question about redirecting to a "session expired" page...
This may sound trivial but I cannot figure out how to do this... When a logged in user's session expires, I want that user redirected back to the... -
Message Expired Error on Certain machines
Hello all, I'm using a WebService, and on my machine which has the VS.Net Studio installed it works perfect, I also have the following installed: ... -
[PHP] Warning - Page has expired error
Use get instead of post. for the request method. Then please make sure that you are not sending any expires headers in your code. all the best ... -
Session Expired (sessionState mode="SQLServer")
Hi All, We have developmented Web project with ASP.Net and SQL server Database. In this project we have configured "SessionState" mode as... -
Alvin Bruney #2
Re: Session Expired error
it may help to explicitly set the timeout in the page_load ispostback
portion
Session.TimeOut = 20;
"Lenny" <ariq@yahoo.com> wrote in message
news:074a01c35711$ebeaf3d0$a401280a@phx.gbl...> I have application that uses session variables to preserve
> data between calls
> Session expiration time is set to 20 min. Sometimes my
> users getting error 'Session Expired' even right after
> they log in to application!
> Any ideas how to get around this issue?
>
Alvin Bruney Guest



Reply With Quote

