Originally posted by Kris10:
...
I am using core tags to do the if else logic.
here is my JSTL Code.
...
the bold line above should be:
<c:when test="${param.username eq 'Customer'}"> About the session-timeout though, I'm sure you wouldn't want your sessions to never expire. Would you (or your clients) want to retrieve a session that was created years ago (If session id is still saved in the URL or cookie)? You also wouldn't want to burden your server with stale sessions.
Anyway, to answer your question, I don't think there's a JSTL for that. You can move your session time-out settings in the deployment descriptor, though.
[ February 17, 2007: Message edited by: Hunny Growl ]