Connecting Tech Pros Worldwide Forums | Help | Site Map

HTTPS with cookieless session : Timeout Problems

vickeybird
Guest
 
Posts: n/a
#1: Nov 19 '05
Hi,
My current application requires me to use HTTPS and Cookieless
Sessions.
Ive just implemented HHTP Handler to redirect all http request to https
as described by Matt Sollars at
http://www.codeproject.com/aspnet/We...ecurity_v2.asp

My problem is that the session expires after user logs in and clicks
one ro two links. I changed session timeout in web.config to 40
minutes. Still the problem persists.

Is using https along with cookieless Session causing these problems?

I think the http handler is fine as such. There was no build/runtime
error anytime during build/deployement.

HELP!!! PLEASE
Thanks

PS. Session Timeout is random. Sometimes it goes off only in few
clicks. Sometimes it lasts a little more.


Closed Thread


Similar ASP.NET bytes