[Phplib-users] Moving vom SQL-sessions to session4.inc
Brought to you by:
nhruby,
richardarcher
|
From: Jens B. <mai...@je...> - 2002-04-04 16:04:35
|
Hi, Session4.inc is supposed to be a drop-in replacement for the SQL based sessions - and because it uses the PHP4 session functions, it is supposed to be MUCH faster. And it works. Kind of. I.e. I get the PHPSESSID=3D appended to URLs (had to append SID manually for redirects, although I used $sess->url) and can click etc. Only thing is that $sess->reimport_*_vars doesn't work. Without explictly saying $foo =3D $HTTP_POST_VARS[foo] I cannot make submitted form variables global, and thus they are not saved in the session. Has anybody else experienced this? Is there a way around this? Thanks! --=20 mfg, Jens Benecke /// www.hitchhikers.de, www.linuxfaq.de, www.linux.ms This mail is an attachment? Read http://www.jensbenecke.de/misc/outlook.html |