[PHPLIB] A possible bug? From: Jesús Vega (jesus <email protected>)
Date: 04/03/00

Hello, again:

I'm new to phplib, and I don't know if this is normal or it is a bug (so
I ask to know).
If in a session php page I only write:

page_open(array("sess" => "mydatabase_Session")); at the beginning

and:

page_close(); at the end. To pass the session_id through the page;

and I reload several times, sometimes it shows a mysql error (as if it
is trying to insert a duplicate key in active_sessions). This does not
occur if I set a dummy variable which changes its value each time I
reload. I don't need this var but it seems to work. Why? I mean why is
it necessary to include a dummy var if I only want to pass the
session_id through some of my pages?

Thanks.

Jesús.
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.