Hi, I have users loging in and posting jobs. Now once the data is posted to the database, the next time the user logs-in he will be presented with two pages. 1) Post more jobs 2) Visit this page and delete jobs that you posted. If he choses to go to the page 2 and delete the jobs. The table that shows up with his posted jobs actually is derived by capturing the email id he used to enter while logging in. This email ID is maintained throughout the session. The session captures his login email id > checks for his data and shows up. The question is: Is session the only and/or best way to achieve this functionality. (Don't want cookies). Is there some efficient session mechanism available to achieve this? Thanks, Chris -- View this message in context: http://www.nabble.com/What-could-be-the-right-approach-to-get-this-data-tf4514188.html#a12875494 Sent from the Php - Database mailing list archive at Nabble.com. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php