Hi

 

In my application, I require that the Path in the URL contain the session id and so be dynamically changed based on the response after the sign on. That is, my first URL is of the form

 

http://server/application/progid?parameter=value

 

On logging in, subsequent URLs are of the form

 

Http://server/application/progid;sessionid=<sessvalue>?parameter=value

 

Using Modification controller and a HTML Link parser, I am able to dynamically bring in the required parameters. But how to incorporate the session id in the Path in this case?

 

Thanks inadvance for your time and effort.

 

Regards

Meera

 

 

 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Reply via email to