Re: Session Cookie over SSL



Vikas wrote:
Hi
I am using .Net v1.1
Is there any way to send the session cookie ASP.Net_SessionId Over SSL.
Thanks in advance.

Vikas


No, you can't access cookies between SSL and non-SSL pages. A web site under SSL is a completely separate web site from the non-SSL of the same domain. It uses a different port, and even a different protocol.
.