I have several tables that use common controllers. To do that I must pass 
the table name using a request var in the 1st call, which I save to session 
(I must do this because that controller calls others and I don't want to 
have to pass the table var every time).
And there is other state vars I save to session.

Because of this and to allow the users to have several tabs, I must be able 
to distinguish between them.


sábado, 13 de Abril de 2019 às 22:23:40 UTC+1, Anthony escreveu:
>
> On Saturday, April 13, 2019 at 2:57:43 PM UTC-4, João Matos wrote:
>>
>> After authenticating to my web2py app a user can open different tabs and 
>> use any of them or all of them to access the app.
>> I want to be able to distinguish between the tabs.
>>
>
> Yes, but why do you need to distinguish between the tabs? What are you 
> trying to achieve?
>
> Anthony
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to