Mihir, The only thing I can think of that Slide could do is send a 401 response when WebFolders requests a certain url. This usually results in the browser uncaching the login info.
To make this work you'll need to hack the webdav servlet so that is presents a file or folder that users can click on that will send the correct response. I think this is ugly, but it might work. -James >>> [EMAIL PROTECTED] 7/29/2004 9:00:03 PM >>> James, You are correct on this point. The behavior is exactly same as you have described. Once I logged out from windows and then login back it is showing me the correct user. But ultimately my purpose is not getting solved. So is there any workaround So that whenever I create a network place with any user I will always get that username for all the subsequent requests. If I delete the network place and create again with some another user then I will get that new user in the subsequent requests. If it is possible by changing any of the slide code then please guide me... Regards, Mihir -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 9:15 PM To: [EMAIL PROTECTED] Subject: Re: Need Help On Session Management Mihir, Did you previously log in to the network place as "root"? There was a post awhile back that suggested WebFolders will sometimes cache users that were previously logged in and then get confused about who the active users is. This would be consistent with the session changing as well, if WebFolders was resurrecting an old session that hadn't timed out on the server yet. Try logging out of windows then logging back in and connecting again. See if you stay "Mihir" for the whole session. -James >>> [EMAIL PROTECTED] 07/29/04 1:13 AM >>> Hi, I have modified my Domain.xml in such a way that it will allow all the authenticated users. I am using tomcat 4.1.30 BASIC authentication (using tomcat-users.xml). Now I have created one user in tomcat-user.xml file and I am able to login successfully with that User. (say for example username is "Mihir"). I am using windows XP network place. Now in the WebdavUtils class of the slide source in "getSlideToken" method first time when I login to Network place it is showing me Principal "Mihir" but when I just refresh the things on network place It is showing me the Principal "root". I have also noticed that the HttpSession obect also gets changed for these two requests. Actually what I want to do is whenever I create any network place whatever username I gave during the Network place creation it should be available for all the time until I delete the network place. Please provide some help or guidance for the same. Thanks, Mihir Sr. Software Engineer SBU: eBiz, Gandhinagar "Imaginations... its limits are only those of the mind itself" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
