Hi,
I notice one thing, when ever my app restart, then user have to login
again.
It concerns me when I think about this scenario:
Normally, my app run on Server #1
When traffic increase, then the cloud will start my app on Server
#2 and forward request alternatively between Server #1 and Server #2.
Imagine one user has logged in and his session is stored on #1. Now
his request is forwarded to Server #2 and he has to login again. And
now his request is forwarded to Server #1 again, Server #1 cannot
understand his session (since it is stored on Server #2) and request
him to login again. And again, again.
Is this the stuff that will happen?
Can you suggest a work around for
it?
Thanks
--
You received this message because you are subscribed to the Google Groups "dyuproject" group.
To post to this group, send email to dyupr...@googlegroups.com.
To unsubscribe from this group, send email to dyuproject+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dyuproject?hl=en.