Difference between gs.session.putProperty(...) and gs.session.putClientData(...)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 06:31 AM
Hi all,
I would like to ask you what is a difference between these two methods and where I can use them.
I know that gs.session.putClientData(...) can be used on server and then g_user.getClientData(...) on client (wiki), but what about putProperty method?
Can it be used in a same way and what are main differences between them?
Thank you
Labels:
- Labels:
-
User Interface (UI)
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 06:54 AM
I think they work pretty similarly on the server side, but the difference may be that putProperty() doesn't make it available on the client like putClientData().