PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Close Session
Close Session
Iniciado por rafadev, 22,ago. 2014 12:02 - 3 respuestas
Miembro registrado
49 mensajes
Publicado el 22,agosto 2014 - 12:02
Hi every body !

I have an estandar dynamic Webdev project, my users can login without a groupware. My problem comes when I delete the session variables and redirect to the login page, if I go back with the button of the browser, I can enter on a page that only can be seen if you are login.

In other words, my session variables are refilled when I go back in my browser after delete them and redirect to a login page.

Anybody can explain me how to close sessions in webdev? :(
Publicado el 22,agosto 2014 - 13:22
Hi

EndProgram ?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 8/22/2014 4:02 AM, rafadev wrote:
Hi every body !

I have an estandar dynamic Webdev project, my users can login without a
groupware. My problem comes when I delete the session variables and
redirect to the login page, if I go back with the button of the browser,
I can enter on a page that only can be seen if you are login.

In other words, my session variables are refilled when I go back in my
browser after delete them and redirect to a login page.

Anybody can explain me how to close sessions in webdev? :(
Miembro registrado
49 mensajes
Publicado el 22,agosto 2014 - 16:13
Hi Fabrice, I remember that you aren't a cleaning lady, but I tried endprogram() and have the same problem with the ugly window of an error. In the spanish forum, one guy had tell me another method, lets try...
Miembro registrado
49 mensajes
Publicado el 22,agosto 2014 - 16:39
No, that not works, Why does the variables return to the old value when I go back in the browser??