Jump to content

[SOLVED] safari sessions


dadamssg

Recommended Posts

i was wondering if anyone has trouble with safari and sessions? not every time but on some macs the very first query i run that uses a session variable doesn't get set...i dunno what the deal is...only seems to happen in safari though. anyone have any suggestions? or encounter the same problem?

Link to comment
https://forums.phpfreaks.com/topic/149023-solved-safari-sessions/
Share on other sites

No need to destory it,

 

I assume something like this is happening

Use enters site (no sessions are set) user logs in, first session doesn't get set, user logs in again all is fine..

 

So.

Use enters site (set a sessions ie $_SESSION['dummy']=true;), user logs in, second session does get set

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.