Questions tagged [zend-session-namespace]
16 questions
0
votes
2 answers
how to make work zend framework session if cookies are disabled?
I am starting session with
$sess = new Zend_Session_Namespace('MySession');
and session works fine but problem comes when cookies are disabled in browser. i have a big application ,
so what will be the best solution to make it work on cookie-less…

Zuber Surya
- 839
- 7
- 17