Session_End being called

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a aspnet page in which i am calling another page using
Server.Transfer. the problem is once the pageload function of another page is
finished calling the session_end function is called. I dont know how the
session is getting timed out. I have a session timeout of 60 or more seconds.
I dont think that is a cause for the session getting thrown out

any help
 
use server.transfer(preserveForm=true) instead

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top