I'm wondering if there are any best practice recommendations with using this function to pass content between pages rendered with XQuery. Is it better to pass data between pages as URL parameters or in HTML form elements rather than use session variables? If the data is complex (e.g. a list of uris of documents a user has selected during a session), is it better to store this in the database and delete it later (e.g. after a user "logs out") rather than try to maintain it in a session variable?

Alan

Alan Darnell
University of Toronto

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to