• 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

PIE.htc in JSP--does it stop from invalidating the session automatically.

 
Ranch Hand
Posts: 42
Hibernate Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using PIE.htc for round cornered buttons in IE-7 in a JSP page.for this i am using behavior attribute w.r.t IE of CSS style in order to get this done.
The buttons are perfect but there is one major problem using this i.e. Session is not invalidating as before.
Before it took nearly 5minutes to invalidate the session but now its never invalidating the session.I checked Session invalidation remving this it works but after inclusion of PIE.htc and attribute it fails.
Can anyone help me find the solution for this . I think the attribute or the PIE.htc file are continously invoking the page so the session never invalidates.


Thanks,
Jack
reply
    Bookmark Topic Watch Topic
  • New Topic