PDA

View Full Version : Sessions if no cookie?


19 Apr 2000, 04:29
What about creating session functions for those paranoid users who dont want to use cookies.. I notice when using the logon if not cookied feature your user and pass are listed in the URL..

19 Apr 2000, 06:51
Cookies is the prefered way to do sessions, simply because it is easier to code and easier on the server. However, proper IP address / URL cookies is something that we may look to put into future versions.

John