The reason you get the login page is that the site is using cookies to maintain your "session" status.
It's technically possible to support cookies with Rev, but fairly complicated. I don't know of a simple tutorial that addresses cookies, and I don't know if all methods of reading/writing cookies (i.e., JavaScript) can be supported. Everything I can remember seeing on the list regarding cookies requires in-depth knowledge of HTTP headers and their format, plus the format of the particular cookie used by that particular site. I wish there were a generic "bi-directional pass-through" facility for handling cookies but I don't think there is.... maybe someone will correct me on this and point the way. Bill Dennis Brown wrote: > Can someone tell me how I can make the site think I am logged in with my > Rev app? _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
