The session tracking mechanism was planned not only to enhance usage of websites that need authentication, but to automate repeated tasks or even tests against APIs for example. A playback of a session based on the contents of the history.xml file would achieve this to some degree.
Some things to think about are:
Session timeouts (session tokens don't last forever)
The session tracking mechanism was planned not only to enhance usage of websites that need authentication, but to automate repeated tasks or even tests against APIs for example. A playback of a session based on the contents of the
history.xml
file would achieve this to some degree.Some things to think about are: