540
Views
7
Comments
Viewstate
Question

How can we check and see the viewstate?


I would also like to redefine the timeout (for publishing in service studio, or the time it is connected in a particular web screen).


2019-09-17 09-11-00
João Pedro Abreu
Staff

Hi Jorge,

There used to be an application called Viewstate Viewer in the downloads page, but I can't find it anymore. Also, maybe this post can help you somehow: https://www.outsystems.com/forums/discussion/10458/view-state-in-outsystems-applications/

The timeout for publishing in Service Studio is defined in the configuration tool, the global session timeout can be changed directly in the machine.config file.

2016-07-12 16-07-47
Jorge Almeida

configuration tool? where?... I do not find anything similar in the service studio or service center for that matter.


2019-09-17 09-11-00
João Pedro Abreu
Staff

The configuration tool is something that is installed along with the Platform Server, so it can be found on your server, if you are using a Windows Server. If you are using Java, then I don't know where it is   

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

And if you're in the cloud, you need to contact OS to change it.

2016-07-12 16-07-47
Jorge Almeida

but why not using the inspect tool of the browsers? or even the source code: ctrl + U  in chrome.

2019-09-17 09-11-00
João Pedro Abreu
Staff

The viewstate is encrypted for security reasons, so you need a tool to decrypt it, if you want it to make any sense. The encrypted viewstate can be seen using the inspect tool of browsers, like you mentioned.

2016-07-12 16-07-47
Jorge Almeida

ah, thanks, João!  A pity it is not available the viewstate Viewer anymore in the forge! It would be a must! 

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