Page 1 of 1

Session

Posted: Thu Mar 19, 2009 6:49 am
by amitkhosla
Does session maintained when the plumvoice calls our system?
I mean, for a long list of requests i want to use same session. Currently i was planning to send phonenumber with all the requests to my web application. But I still think we should have some way to save session.

Do we have session level items saved?

IVR platforms support sessions through cookies

Posted: Thu Mar 19, 2009 9:52 am
by support
Hi,

Yes, our IVR platform supports server side sessions through cookies. Cookies are privately stored per IVR call and are destroyed when the VXML session is complete.

Hope this helps.

Regards,
Plum Support

Session Handling

Posted: Thu Mar 19, 2009 12:30 pm
by amitkhosla
Thanks for the quick response. As you metioned that session is being maintaind that means the next request have the cookie included with it. and i can very well use java acegi security service to perform the authentication?

IVR Session Handling

Posted: Thu Mar 19, 2009 1:28 pm
by support
Hi,

Yes, you would still be able to do this.

Regards,
Plum Support