I need to get some client session information on a CuteEditor Dialog, to show it.
In my app i need to use cookieless, but when i put it, the adresses of the dialogs ignore the session ID.
Example:
Button "Isert Image" open a dialog on a popup with the url "myapp.com/CuteSoft_Client/CuteEditor/Dialogs".
What i needed is that the url called contains the session id of the current page, like this:
"myapp.com/(S(vxt5wr55nw2izzvvecrjpd55))/CuteSoft_Client/CuteEditor/Dialogs".
Can someone help me on that?
Thank you.