About php session?

A

Anonymous

Guest
mnicolas80 said:
I am testing the session related variables. Using session_start() and then session_id(), the web browser(Apache) generates a 32 characters string. The problem is that when i refresh the browser is generated a new one. Is there any way to keep the same session_id, even when i refresh the browser???
At this page you may use if (!session_id(Doo))
 
Back
Top