Hi
I have a web application with has many services.
Now user has a main page from that he can access to every services.
Now I keep the value of service_id inside the session.
My problem is that the user can have many services opened
simultaneously  (every  service in a different tab ) so when the user
opens a new service I lost  the service_id in session relative to the
last opened tab
if I set the Security.level to high I resolve the problem but I lost
the possibility to make some ajax call simultaneously.
How can I resolve this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to