[PHP-DB] Losing session variable with db session handler

2001-07-12 Thread Aral Balkan

Hi all,

I tried this question on L-PHP about a week ago and got no replies so I
thought I'd give it a shot here:

I have a session handler (PHP4) that saves session info to a MySQL database.
The problem is that the sessionID changes everytime a new page is loaded.

I have cookies on and the sessionID automatically gets appended to relative
links but the appended ID is what changes.

I'd love it if someone can point me in the right direction.

Thnx!.. aral :)

__
([EMAIL PROTECTED])
New Media Producer, Kismia, Inc.
([EMAIL PROTECTED])
Adj. Prof., American University
¯¯



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Metabase for sessions

2001-07-01 Thread Aral Balkan

Has anyone been able to create a custom sessions handler using Manuel Lemos'
excellent Metabase database abstraction library?

The reason I'm asking is because I've tried a fairly straightforward
implementation of this and it randomly crashes my web server (Apache on
WinMe). Manuel has been able to recreate the problem on his machine (running
Linux) and expressed his belief that this is a problem with the custom
sessions handler in PHP and I've thus submitted a bug report
(http://www.php.net/bugs.php?id=11826) but I'm not ruling out the
possibility that it's something I can something about to fix (either in
Metabase or in my code).

I'd really appreciate it if anyone's tried to do this with Metabase (or,
even better, succeeded!)

Aral :)
__
([EMAIL PROTECTED])
New Media Producer, Kismia, Inc.
([EMAIL PROTECTED])
Adj. Prof., American University
¯¯



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]