[Seaside] trouble accessing session variables..

Paul DeBruicker pdebruic at gmail.com
Wed Oct 3 15:24:35 UTC 2012


Does your oauthToken method look like this:


SBSession>>#oauthToken
	^oauthToken


?






On 10/03/2012 05:17 AM, sergio_101 wrote:
>> temp := self session oauthToken.
>> self halt.
>
> ah! okay.. let me try this..
>
>
>>
>> This allows me to inspect / explore the variables I am interested in.
>>
>> By the way: I assume you derive from WASession and set the session class for your app?
>>
>
> yes.. the session object is instantiated correctly..
>
> as a matter of fact, i can do this:
>
> SBSession allInstances inspect
>
> and see my session.. and even see that oauthToken is set.. from the workspace..
>
>



More information about the seaside mailing list