![]() |
Sergey Kornilov admin 10/7/2013 |
You cannot test the variable existence. |
W
|
wpl author 10/7/2013 |
You cannot test the variable existence. I'd like to add that you can have better luck if you explain what you trying to achieve as opposed to how you trying to achieve it.
|
![]() |
Sergey Kornilov admin 10/7/2013 |
Thanks, I understand the idea - you need to use some unique value so different projects do not share sessions. @session_cache_limiter("none"); |
W
|
wpl author 10/7/2013 |
Thanks, I understand the idea - you need to use some unique value so different projects do not share sessions. How's about this then: @session_cache_limiter("none");
|
![]() |
Sergey Kornilov admin 10/7/2013 |
There are others ways of doing this, I just suggested the simplest one. |