Hello
As per my understanding the Singleton is supposed to have only one instance of class per user session.
However, I am in doubt that whether Singleton is instantiated only once for multiple user sessions. Can any one validate this idea and have a definite answer ?
If singleton is instantiated only once per client (meaning multiple user sessions) will that be one singleton class used for all sessions ?
I would greatly appreciate your help and comments..
Best regards
Vijay
Edited by: jakk on Mar 23, 2009 8:41 PM