We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Session

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
amitkhosla
Posts: 53
Joined: Sun Feb 15, 2009 11:42 pm
Contact:

Session

Post 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?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR platforms support sessions through cookies

Post 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
Last edited by support on Tue Feb 16, 2010 6:00 pm, edited 2 times in total.

amitkhosla
Posts: 53
Joined: Sun Feb 15, 2009 11:42 pm
Contact:

Session Handling

Post 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?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR Session Handling

Post by support »

Hi,

Yes, you would still be able to do this.

Regards,
Plum Support

Post Reply