Re: Session Management problem in flask application

2024-04-05 Thread Aakash Rathor
thank you for providing the information for managing the session or troubleshoot the problem through private window or containers of Firefox @Thomas Broyer @Jens i implement the methods according to you but again occur the problem as below 1)if i login inside the incognito window or private w

Re: Session Management problem in flask application

2024-04-05 Thread Aakash Rathor
@Thomas Broyer i implement the methods according to you but again occur the problem as below 1)if i login inside the incognito window or private window i see in all tabs or all windows session id will be same and if login user A then login user B on same browser then user A is logout automati

Re: Session Management problem in flask application

2024-04-04 Thread Aakash Rathor
Thank you very much @Jens for more useful information On Thursday, April 4, 2024 at 9:54:49 PM UTC+5:30 Jens wrote: > 2)i wants to test my flask app in same browser but i wants to different > user login and if new user login then previous user don't logout > automatically > > > If you use C

Re: Session Management problem in flask application

2024-04-04 Thread Aakash Rathor
thank you @Thomas Broyer for providing very important and different approach i will try and then what was the working of app ,i will inform you On Thursday, April 4, 2024 at 7:52:15 PM UTC+5:30 Thomas Broyer wrote: > On Thursday, April 4, 2024 at 2:21:36 PM UTC+2 aakashrathor@gmail.com > w

Re: Session Management problem in flask application

2024-04-04 Thread Jens
2)i wants to test my flask app in same browser but i wants to different user login and if new user login then previous user don't logout automatically If you use Chrome or a Chrome based browser then you could also create two chrome profiles. Profiles are fully independent of each other a

Re: Session Management problem in flask application

2024-04-04 Thread Thomas Broyer
On Thursday, April 4, 2024 at 2:21:36 PM UTC+2 aakashrathor@gmail.com wrote: ok, thanks again @Thomas Broyer for provide me the information on session and cookies and also read this below conditions and let me this working is wrong or right .. 1)in current situation in my flask app

Re: Session Management problem in flask application

2024-04-04 Thread Aakash Rathor
ok, thanks again @Thomas Broyer for provide me the information on session and cookies and also read this below conditions and let me this working is wrong or right .. 1)in current situation in my flask app multiple user login possible but browsers also have different means one user login

Re: Session Management problem in flask application

2024-04-04 Thread Thomas Broyer
Not sure what more I can say. - "Server-side sessions" use cookies, which are global to the whole browser (not per-tab), so if you want per-tab sessions you have to find another approach than "server-side sessions" - Per-tab sessions are not what most sites/apps do, so users will li

Re: Session Management problem in flask application

2024-04-04 Thread Aakash Rathor
thanks @Thoms Broyer can you elaborate more that can help me and clear what you wants to say On Wednesday, April 3, 2024 at 6:02:06 PM UTC+5:30 Thomas Broyer wrote: > On Wednesday, April 3, 2024 at 1:16:58 PM UTC+2 aakashrathor@gmail.com > wrote: > > Hello everyone, > In my flask applicatio

Re: Session Management problem in flask application

2024-04-03 Thread Thomas Broyer
On Wednesday, April 3, 2024 at 1:16:58 PM UTC+2 aakashrathor@gmail.com wrote: Hello everyone, In my flask application there is some issue related to login system and issue as below 1)in flask app there are multiple users(roles) like admin ,indentor.etc. and the problem is th

Session Management problem in flask application

2024-04-03 Thread Aakash Rathor
Hello everyone, In my flask application there is some issue related to login system and issue as below 1)in flask app there are multiple users(roles) like admin ,indentor.etc. and the problem is that if any user login on same browser where already any user logged in then previous u