direct action restoring sessions from cookies problem (Ajax)
direct action restoring sessions from cookies problem (Ajax)
- Subject: direct action restoring sessions from cookies problem (Ajax)
- From: Peter Pritchard <email@hidden>
- Date: Wed, 20 Jun 2007 15:43:36 -0400
I'm not the direct action king, but ...
it seems kinda scary to try to access "request()" in your
constructor ...
when you have a perfectly good aRequest object that you just got
passed in ...
just a thought ...
public DirectAction( WORequest aRequest ) {
super( @@@ aRequest @@@);
NSLog.debug.appendln( "<init hasSession>" + context().hasSession() );
String sessionId = this.getSessionIDForRequest( @@@ request() @@@ );
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden