session on non-SSL and SSL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hongco
Forum Contributor
Posts: 186
Joined: Sun Feb 20, 2005 2:49 pm

session on non-SSL and SSL

Post by hongco »

Hi,

will the session be alive for going from non-SSL to SSL pages and vice versa?
If it is not, how do we go about sovling this?

Thanks!
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

session on non-SSL and SSL

Post by vivekjain »

Yes, the session would be maintained.
Post Reply