Jump to content

RokitRod

Members
  • Posts

    3
  • Joined

  • Last visited

RokitRod's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks this is helpful I never realized that about the the session id. Unfortunatlye the username, password and group are established by the log in user behavior in dreamweaver so that is all done through a nice screen where I don't write any script. Therefore I'm not sure where that happens exactly. I'm guessing I could plug a few lines into that to pull in the other data. On the sceond option dreamweaver also makes the sql very easy (if it is a simple request) but writing a query to establish the recordset is more complex than my current knowledge.
  2. My knowledge is pretty basic so could you point me to the "how to" on both of those? Also which is more secure? Can't someone edit the cookie and look up other users info?
  3. I have a login page and after the user logs in it displays their info (by using the session username) to filter the database. I would like to display additional information from another table based on that isers information (but not their username) For example the user has an associated "region" field in their user information, many people have that same region idI would like to display the region details based on the users region ID How do I filter the recordset?
×
×
  • Create New...