> Thanks Anton, i basically had to accept the custom request headers'
> dont get passed back and forth...
[quoted text clipped - 109 lines]
> > some kind of SiteMinder session, and add them to the next *request* as
> > request-headers...
Hi Arvind,
This'll work (as far as i can tell), but it is not 'elegant' :-)
I'd suggest you use the HttpSession object (request.getSession(true), is the
call, i think) to do what you want. This will be much more portable and
'cleaner'.
-- Anton.
Andrew Thompson - 28 Apr 2004 03:26 GMT
> This'll work (as far as i can tell), but it is not 'elegant' :-)
I would argue that the 130 or
so lines quoted was less elegant..
Plese make use of your delete key to
remove lines that do not require repeating..
<http://www.physci.org/kbd.jsp?key=del>

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Arvind - 28 Apr 2004 15:04 GMT
Anton,
Thanks...
If you are talking about maintaining the user id via session - i
fully agree - but this was more of 'breaking the ice' - i'd now have
some folks work on it - to make it more extensible and also work with
multiple users simultaneously....
But as i said, the point was to get the headers going the way it does
on the servers....that works - :)
Arvind
> > Thanks Anton, i basically had to accept the custom request headers'
> > dont get passed back and forth...
[quoted text clipped - 132 lines]
>
> -- Anton.
Murali Murugesan - 01 Mar 2005 05:00 GMT
Hi,
Arvind i am also stuck up with the same problem which u have mentioned.
Can u give the code sample for the same, as it is very urgent for me.
Thanx
-Murali*