0
Views
1
Comments
Inheriting Session Variable 
Question
Hello Everybody,
I created a session variable in application A and this session variable is used to configure style in application A.  I have application B inherit from application A to inherit the style from application A.  The problem is that application B did not inherit the session variable from application A.  Can app B inherit the session variable from app A?

Thanks in advance,
Frank

2012-03-16 12-21-09
João Rosado
Staff
Hi,

I didn't understand what the session variable was going to control, but if your problem is to access the variable, create a action on App A to return the value and set the action as Public. Then reference it on App B.

Regards,
João Rosado
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.