09-28-2022, 09:01 AM
Hi,
in my application I have to use cookies (Servercontroller.cookieoptions.useCoolkies: = True)
... I need that if a user opens the same app in a different browser tab to start with a new session (instead of using the current one)
how can I do ?
a solution I found is to detach the cookies ... but unfortunately I need it for other reasons
thanks
Alessandro Romano
in my application I have to use cookies (Servercontroller.cookieoptions.useCoolkies: = True)
... I need that if a user opens the same app in a different browser tab to start with a new session (instead of using the current one)
how can I do ?
a solution I found is to detach the cookies ... but unfortunately I need it for other reasons
thanks
Alessandro Romano