Hi All - I recently put some debugging statements into my session constructor and discovered that multiple sessions were being created for a user as they navigated through the app. I searched the project code and the session constructor is not being called directly in any of the code.
I checked the number of sessions for the application (application.activeSessionsCount()) in the session constructor and sure enough each new page calls the constructor and the number of sessions increases by one. I did notice that the sessionid in the url does not change and stays as the original session id as each page is called. Does anyone have any hints as to why the session constructor is being called more than once? Thanks for the help. Carter ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
