Subj : Re: Access session/request in javascript? To : netscape.public.mozilla.jseng From : Mark Turansky Date : Thu May 06 2004 02:43 pm why do you need to reimplement J2EE in JS? "coco" wrote in message news:c7d818$6221@ripley.netscape.com... > 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 > > .