Hi, Is there a way to know that the same user has opened the application is different tabs? As far as I understand it, each tab creates a new application and so I can't share data between tabs.
So I would like to add something so that I know it's the same user. You could do something as storing all the data in a cookie, but I would like to avoid that. I can store and retrieve it from the database I'm using. So I was thinking of just adding some random ID to track the user, either by cookie or adding it to the URL for those that don't use cookies. Wt currently already seems to be doing that for the ID to track which application it is, so I was wondering if that is easy to reuse. Or is there some other standard way to track a user across tabs? Kurt ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
