session and query string management

14 views
Skip to first unread message

Terrence Brannon

unread,
Jul 24, 2013, 3:38:55 PM7/24/13
to mun...@googlegroups.com
Hi, if I wanted to build a Muntjac app which took a query string and recognized one of those string parameters as a userid, could you persist and retrieve this userid on many pages?

For example, could we have a demo app which visits:


And then it says "Hello bob"
And then you click on another item in the tree and it opens up another page and says 'Hello again bob'


Richard Lincoln

unread,
Jul 24, 2013, 4:27:30 PM7/24/13
to mun...@googlegroups.com
The Muntjac Application instance is stored as a session after each
request in order to maintain application state. This would allow you
to store the user's name. I think you would have set up a custom
request handler to extract the name from the URL query string.

Richard
> --
> You received this message because you are subscribed to the Google Groups
> "muntjac" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to muntjac+u...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Reply all
Reply to author
Forward
0 new messages