Not really. If I can work out the cookie
scheme from cookies being set by your application, then not using URL rewriting
doesn't buy you much more. You can elect to set other cookies, or put
other tickets into the URL that change per request, but even those can be worked
out, given enough horsepower. You cannot add info, like IP address, since
those may not be unique, or in the case of AOL (as an example) users IP
addresses continue to change depending on which gateway they come through to hit
your site.
If you really need more security that session
cookies, then use SSL and browser auth or certificates.
Thor HW
|
- Session Tracking problem... Liwen Chen
- Re: Session Tracking problem... Jackson Ching
- Re: Session Tracking problem... Liwen Chen
- Re: Session Tracking problem... Thor Heinrichs-Wolpert
- Re: Session Tracking problem... Liwen Chen
- Cookie Problem Andrew Dingfelder
- doPost not working Heakyung Park
- Re: doPost not working Baglan Dosmagambetov
- Re: Cookie Problem Shawn McKisson
- Re: Cookie Problem Andy Dingfelder