Subj : Re: Access session/request in javascript? To : netscape.public.mozilla.jseng From : coco Date : Thu May 06 2004 08:36 pm Hi, Yes I did and search on net but couldn't find a clue. I want to do something similar to the following (in jsp) with rhine js: String username= request.getHeader("username"); or this: session.setAttribute("username", somestring); Any idea?? Thanks, Silva "Igor Bukanov" wrote in message news:4099DAB8.6050003@fastmail.fm... > coco wrote: > > I've been trying to look for instructions on how to set/get objects from > > session/requests using rhino javascript but all in vain. Is this do-able? > > or will I need to use FlowScript? > > What is session/request? Did you look at > http://www.mozilla.org/rhino/doc.html ? > > > Regards, Igor .