On Sat, Feb 15, 2014 at 3:21 PM, Sara Abdelhameed <[email protected]> wrote: > Actually, I don't understand what you mean; but suppose if I have this > scenario > 1- create 1st context > 2- enter it and declare some objects here and do some operations on them > 3- then exit this context > 4- create 2nd context > 5- enter 2nd context > 6- here I want to make some operations on object from 1st context > > in the 6th step how can I do this? if I set the security tokens of the first > context to any value what this mean? > > thank you in advance
If you're not interested in access control, then forget what I said about security tokens. The default is no access control and, going by your description, is what you're after. I'm not quite sure what you mean with 'how can I do this?'. Is your question how to get objects from context A to context B? It might help if you give some, ah, context by telling what problem you're trying to solve. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
