Skip to content

Session gets destroyed on cloud code save User #4255

@jjdp

Description

@jjdp

I'm changing the username and password for internal purposes and then returning the data to the client. I also noticed that there is also no new session returned.

var user = new Parse.User();
user.id = userId;

user.set("username", username);
user.set("password", password);

return user.save(null, {useMasterKey: true});

Is this normal behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions