Re: Session Cookie over SSL
- From: Göran Andersson <guffa@xxxxxxxxx>
- Date: Sat, 29 Apr 2006 19:47:15 +0200
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.
.
- Prev by Date: Re: foreach ImageButton problem
- Next by Date: Re: ASP.NET 2.0 Return Values
- Previous by thread: Re: Un-Beveled Pull-Down Lists
- Next by thread: Drawing over a window
- Index(es):