How to put user data into SunspotDemoPortal-session at logon time

2002-05-06 Thread sheshadri
Hello, I need to put some user information in the Sunspot demo portal extract the information from the session. can any one please guide as to how do i go about at it . Thanx, Sheshadri

RE: How to put user data into SunspotDemoPortal-session at logon time

2002-05-06 Thread Carsten Ziegeler
The authentication framework uses a so called authentication resource to authenticate the user. If this authentication is successful, the authentication resources delivers some XML for the user. This XML can contain any information about this user in XML you want. For the demo portal, the file

RE: RE: How to put user data into SunspotDemoPortal-session at logon time

2002-03-19 Thread Carsten Ziegeler
Hi Peter, all your pipelines are wrapped (secured) by the sunRise-auth action with the handler and the application parameter, for example the sunLets: map:match pattern=sunspotdemo** map:act type=sunRise-auth map:parameter name=handler

RE: How to put user data into SunspotDemoPortal-session at logon time

2002-03-19 Thread Carsten Ziegeler
It is in the scratchpad area in the current CVS of Cocoon. Have a look at the documentation how to get the CVS version of Cocoon. Carsten -Original Message- From: yuryx [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:02 AM To: [EMAIL PROTECTED] Subject: Re: How to put

How to put user data into SunspotDemoPortal-session at logon time

2002-03-13 Thread Baer Peter
We need the user name and some user specific information in the actual SunspotDemoPortal session. Our question is because the default session attributes (and their values) aren't particularly speeky. How can we trigger the portal to add the user name and other specific information (like

RE: How to put user data into SunspotDemoPortal-session at logon time

2002-03-13 Thread Carsten Ziegeler
Peter Baer wrote: We need the user name and some user specific information in the actual SunspotDemoPortal session. Our question is because the default session attributes (and their values) aren't particularly speeky. How can we trigger the portal to add the user name and other