RE: Session Parameters in Stylesheets
ubject: Session Parameters in Stylesheets > > > How do I access a session parameter from a stylesheet? I know how to get a > request parameter: > > 1. set > > true > > > 2. and use something like this in the stylesheet: > > 0 > ... > >
Session Parameters in Stylesheets
How do I access a session parameter from a stylesheet? I know how to get a request parameter: 1. set true 2. and use something like this in the stylesheet: 0 ... ... How can I do the same, but get session parameters instead? Thanks Mark Miller ---