Phpsessionid

Status
Not open for further replies.
B

Brandon

Guest
I was working on my friends website and the PHP session id keeps coming up can some one disable

enable-trans-sid=1 and session_autostart=1?
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
They are both turned to off right now..

What do you mean the PHPSESSID keeps "coming up"? On all links on a website with sessions being started, "?PHPSESSID=[Random string of letters/numbers]" always will show up in all links/paths in the HTML source. This should only happen on the first view of the page at the start of the session.

Is that what you mean?
 
B

Brandon

Guest
EDIT: Never Mind
 
Last edited by a moderator:

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
On the start of the session, no matter what they will appear until the cookie is created on the visitors computer. After that they will not appear again until a new session is started/begins.

There is no reason to disable them, they won't affect any scripts or programs running, and a good 75%+ of the members scripts on the server probably are currently using PHP sessions.

If you don't want them, don't use sessions.. (The function session_start() initiates a session in PHP.)
 

tikloos

New Member
Messages
570
Reaction score
0
Points
0
Oh i see.....

BTW... how come disk usage doesnt get updated in cpanel?
It hasnt been updated in 2 days for me...
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
sometimes it lags behind, normally its 24hrs at most
 

tikloos

New Member
Messages
570
Reaction score
0
Points
0
well mine hasnt updated for 48hours+
Sorry for off topic in this thread.
 
Status
Not open for further replies.
Top