-
session and domain name problem (3 messages)
- Posted by: aditya nagoorkar
- Posted on: November 03 2008 03:20 EST
Hi , We have deployed our applcation on tomcat server built on struts framework. We have also set the domain name and are redirecting the domain name to Static Ip where our application is deployed with URL Masking option enabled. Everything is working fine in Firefox.But in IE6 and IE7 we are facing issues related to sessions. Example: it works when we access directly http://156.78.78.89:8000/myapp/login.do?method=display when i redirect this with a domain name(with URL masking enabled) like http://www.mydomain.com It does not work. I am not able to login into application(using sessions of this) or use shopping cart(using cookies) Cookies are getting disabled and there is no session maintainance. Is it problem with struts config or tomcat server? I am unable to take my application live because of this issue. Please help me to solve. Thankyou for your time and consideration email:aditya.nagoorkar@zycomm.netThreaded Messages (3)
- Re: session and domain name problem by Kumar Subramanian on November 03 2008 13:22 EST
- Re: session and domain name problem by aditya nagoorkar on November 04 2008 04:14 EST
- Re: session and domain name problem by Eric Seo on November 07 2008 18:19 EST
-
Re: session and domain name problem[ Go to top ]
- Posted by: Kumar Subramanian
- Posted on: November 03 2008 13:22 EST
- in response to aditya nagoorkar
Did you try this? http://www.google.com/cookies.html Subramanian, Kumar [kumar at eminenttech dot com] J2EE Architect Eminent Technology Solutions (ETS) [www.eminenttech.com] Software / Portals / Alfresco / Outsourcing / Proteomics -
Re: session and domain name problem[ Go to top ]
- Posted by: aditya nagoorkar
- Posted on: November 04 2008 04:14 EST
- in response to Kumar Subramanian
the problem is not in my browsers but this is happening with everyone who is using IE and not with Firefox .We never faced this problem when we were accessing through static IP.This happens only when we are accessing through domain name. -
Re: session and domain name problem[ Go to top ]
- Posted by: Eric Seo
- Posted on: November 07 2008 18:19 EST
- in response to aditya nagoorkar
hum... It looks like the network setting problem. i am not prety good at network. but the webserver should not forward the request to your application's IP based on the DNS setting.