Welcome Guest, Not a member yet? Register   Sign In
url based sessions
#3

[eluser]gavincali[/eluser]
There is currently no way I've seen to allow cookie-less sessions. Even http://codeigniter.com screws up without cookies on. The "Native-sessions" library module will attempt to pass the session via GET... and CodeIgniter breaks when we use GET. Even OBsession and DBsession rely on a minimal cookie.

My company needs the ability to have cookie-less sessions. Unfortunately, CodeIgniter seems to assume the world always uses cookies. If I'm wrong, I'd love to hear about how to fix this because I love the philosphy of simplicity that CI uses, as opposed to that mess called CakePHP.


Messages In This Thread
url based sessions - by El Forum - 07-02-2007, 01:44 PM
url based sessions - by El Forum - 07-03-2007, 03:15 AM
url based sessions - by El Forum - 07-18-2007, 01:08 PM
url based sessions - by El Forum - 07-18-2007, 04:57 PM
url based sessions - by El Forum - 07-19-2007, 12:54 AM
url based sessions - by El Forum - 07-19-2007, 01:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB