[geeklog-devel] Sessions ...

Dirk Haun dirk at haun-online.de
Sun May 25 04:35:43 EDT 2003


Blaine Lang <geeklog at langfamily.ca> wrote:

>I was just looking at my sessions table on my main site and one user had
>30 session records. It just happended to be knuckles and it probally is
>something he is doing wrong ;)

There's a typo in lib-sessions.php which causes the creation of extra
sessions. In function SESS_sessionCheck(), it says

    $sess_id = SESS_newSession(...)

but should really be

    $sessid = SESS_newSession(...)

(without the underscore).

This was reported by Kobaz some time ago and has already been fixed in
CVS. Other than extra sessions being created, it shouldn't really cause
any problems.

bye, Dirk


-- 
http://www.haun-online.de/
http://www.tinyweb.de/




More information about the geeklog-devel mailing list