Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
Re: Back to homepage on session timeout
Louise,
If Session("Name") Is Nothing Then
Response.Redirect("default.aspx")
End If
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Louise Parker" <lparker@matrell.co.uk> wrote in message
news:0d5b01c360d4$3d870d20$a501280a@phx.gbl...> Hi everyone,
>
> I would like my ASP.net webpages to redirect to the login
> page when the session times out, instead of displaying an
> error message when I reference a Session variable.
>
> When I try to access the variable, it displays:
> "Object reference not set to an instance of an object"
>
> How can I check if the session has timed out, and redirect
> to another page?
>
> Thanks in advance,
>
> Louise Parker
> Software Developer
> Matrell Designs
S. Justin Gengo Guest
-
Homepage refresh/back
I would like to have my homepage lists jump buttons refresh when ever i go to the next page and then hit the return button to go back to the... -
Uploading HomePage doesn't read new HomePage?????
I don't understand why I can't upload my new Home Page. I deleted all the old pages but still it doesn't read my new site homepage. ... -
[PHP] Session Timeout
Hi, Saturday, August 30, 2003, 1:55:02 PM, you wrote: SW> From what I see, the default timeout for a session is 1440 seconds or SW> 24 minutes.... -
Setting a dragged sprite back to start pos after timeout
Dear Forum Members I have the following problem which I shall try to explain as well as I can. I have a spelling game for children that... -
Session.timeout
I have a session object Session("login") whereas I need to extend the time on this to 1 hour, instead of the default 20 minutes. After initializing...



Reply With Quote

