Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function deleteGlobalValInSession(name){
- jQuery.ajax({
- url : 'assets/CFC/Session.cfc?method=deleteValue',
- type : 'POST',
- data : {
- name: name,
- cfctoken: Globals.get('cfctoken')
- },
- dataType: 'json'
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment