sggraham@nc.rr.com schreef:
So, am I misusing the login parms somehow on the query url? Are the login parms not working? Should I use cookie manipulation instead?
Yes, you should use cookies. You'll get a cookie sent to you on action=login, which you should send back at every next request. In PHP, Snoopy [1] makes handling cookies easier. Login parameters the way you tried to use them currently don't work. Maybe they will in the future, who knows.
Catrope