If you don't want to use Cookies and can't use Session, you've got a stateless application. Feh.
Do what PayPal does - put everything behind HTTPS. Redirect anybody that uses http right over the wall.
No more security worries and no coding hassles. Those guys at PayPal are pretty smart about this stuff!
HTH, ~Ray
Main Topics
Browse All Topics





by: hernst42Posted on 2008-07-24 at 11:53:17ID: 22082299
You should be able to use the session via http and https. If you don't create the session with secure only. So if you have
https://www.example.com
http://www.example.com
The session should be available in both modes. Are the domain names the same?