• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cookies and Login Issue

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,


I have an application developed on struts and runs on JBOSS.

We recently moved our code to a public ip say ***.**.***.**;

After that we have introduced an URL http://java.kk.in by DNS server.

Now the problem is I am unable to login in when my cookies in my browser(only IE) is disabled in Internet Explorer.But,it is fine with other browsers in both cases like enabling/disabling the cookies.

And it is working fine with Internet Explorer when I enable the cookies.

Internally,when an user is logged in I am storing my session id and checking that in my application at relevant times.(when ever a user on memu items etc..).In all the cases my session id is same till logout.But in IE without enabling cookies a new session id is created.So,when I am checking to work with menus,I got a mismatch and application is failing.
Please do the needful.

Thanks in Advance,
Sowjanya.





 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Sowjanya Vr", please check your private messages for an important administrative matter. And do it before your next post. You are in danger of having your account removed.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using URL rewriting?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic