Jump to content

with out using a db...


nine72

Recommended Posts

is it possible to save information from muti forms accross multi pages (would think that could do it in the session) from multi users with out confusing who entered what. then gather the in information to populate an xml string that will be posted to a middleware app?

 

if so anyplace where I can find some examples...

 

Thanks

Link to comment
Share on other sites

yep, cookies or sessions

 

so in other words, if i have 100 people from various locations logged into the site and they are going through the forms, simply store the information in the session data and that will work.

 

Ok, once they complete the process how do I kill the current session and invoke another if they need to run through it several times?

 

example of what is being done...

 

user logs in (yes there is a user db)

they go though several pages with a single form per page.

the infomration entered is then put into an xml string that is posted a middleware app

from the middleware to a core db

responce for the record being added back to middleware then back to the site.

(I know its a lond way around but the 3 tier system will not allow direct connect from the net level to the db level)

site gives a record add or record failed with the reported errors.

if the user needs to add another record they go back to the begining and starts from the top.

So IF the record add is successful and they go to the begining I need to kill the current session id flush the held session data and start a new one....yes/no....how....yikers....

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.