Admin vs Regular users

  •  03-03-2004, 3:28 PM

    Admin vs Regular users

    How do you set Admin permissions? For example, the docs show

     

    If Session("access") > 3 Then

     

        Editor.AllowUpload = True

     

    End If

     

    So how do you set up session("access") ?

     

    I'd like to allow Admins to add/edit/delete documents, and all other users can only read them.

     

    Thanx!

     

      --Brian

View Complete Thread