hello i have a little trouble with php session ...
i have read some php tutorials , but nothing is clear for me ...
- i've created a web page with dynamic content.
- i'm not using cookies
- A php session is created with session_star() in each new page inserted.
the problem , when the user login in all is fine , but when a page refresh is performed (using code or pressing F5), user is disconnected and so lost session and have to login again.
the question is do i need to use cookies to keep the session alive after refresh ?? is there a way to keep the session (without cookies) until the browser is closed ?
