khan kaka Posted June 26, 2004 Share Posted June 26, 2004 how can i use session variables in dream weaver ? if any one knows how or have a link for a good tuturial for session variables plz help. i have set up a page where a user can log in and after they have succesfuly loged in there is a link where they can click on it and it will take them to another page where they can see their full detail and update their detail in data base . any idea how i can do this wiht session variables. i am using dream weaver and php. thanks in advance . Quote Link to comment Share on other sites More sharing options...
WellBaffled Posted June 30, 2004 Share Posted June 30, 2004 Click insert>apllication objects>update record form wizard and make and update record form based upon passed parameters for your users table. Save it then use the go to detal page behaviour from the behaviours panel to create a link from your login confimation page. You should pass the password and username parameters from the login form to the update form. The form will echo all the users data into the fields for them to update. Its that easy. It also tells you this in the standard manual which you will find by hitting F1 at any time. Quote Link to comment Share on other sites More sharing options...
khan kaka Posted July 1, 2004 Author Share Posted July 1, 2004 thanks for ur respond but this way its not very safe to pass the users password and user name. i want to use sessoin varibles that will dire after they close thier web browser. this way aftery log in and if i pass the password and user word to update page through url variables they can add it to fav and access the loged in page directly. thanks anyway any other ideas about SESSION variables Quote Link to comment Share on other sites More sharing options...
WellBaffled Posted July 1, 2004 Share Posted July 1, 2004 Just register a session from the two form fields and pass them to the next page. If you havent the abillity to hand code the variables or any idea where to insert them in the code get the sephiroth sessions ext for free from the mac site. Quote Link to comment Share on other sites More sharing options...
khan kaka Posted July 2, 2004 Author Share Posted July 2, 2004 Just register a session from the two form fields and pass them to the next page. If you havent the abillity to hand code the variables or any idea where to insert them in the code get the sephiroth sessions ext for free from the mac site. can u plz gave me the link for it or more info plz i couldnt find the site. Quote Link to comment Share on other sites More sharing options...
morpheus.100 Posted July 3, 2004 Share Posted July 3, 2004 Well the macromedia site or the sephiroth site would be a good start. Extentions are usually on mac's site or the authors site. If you type sephiroth into google, a well known SEARCH engine it pulls some stunning results. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.