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